home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Examples / Utilities / Play snd ƒ / Play snd.ReadMe < prev   
Text File  |  1994-10-21  |  1KB  |  33 lines

  1. Example:      Play snd ƒ
  2. Written by:  Prograph International
  3. Contents:     Play snd.pgs
  4.                                         Play snd.ReadMe
  5.  
  6. Needs Prograph Extensions:
  7.                     Math Primitives
  8.                     More Primitives
  9.                     Primitives
  10.                     Sound
  11.  
  12. Needs Libraries to Compile:
  13.                     Library 2.6
  14.  
  15.  
  16. Description
  17. -----------
  18. Three simple methods showing how to play 'snd ' sound resources:
  19.  
  20. •  play snd
  21. Expects the name of an 'snd ' resource as input, and plays the sound if it finds it.
  22.  
  23. • test play snd
  24. Puts up an "ask" dialog, asking for the name of an 'snd ' sound resource, and then calls "play snd " to play it.
  25.  
  26. • Play snds example
  27. Puts up a list of resource IDs and names of all 'snd ' resources available at the time, from which the user can select one to be played.  This example gets the 'snd ' resource by its resource ID number rather than by its name before it plays it (resources do not have to have a name, but they must have IDs).
  28.  
  29.  
  30. How to Use in Your Program
  31. -------------------------
  32.     Selectively load any method that seems useful.
  33.